Print the sourcecode of a whole java project

后端 未结 8 1448
栀梦
栀梦 2021-01-30 02:23

I have to print the whole sourcecode of a java-project. The final version should look like: Eclipse: File -> Print. But with this function you can only print on

8条回答
  •  野的像风
    2021-01-30 03:12

    I don't think you can do this within Eclipse (of course you could write a plugin which does this).

    If you use Ant as your build tool you could use the concat task and then print the resulting file

    
        
    
    

提交回复
热议问题