RE: Newbie: task can't find my source files

2011-08-25 Thread XiaoWei Zhang
Hi Ego, I'm not sure what the root cause for your problem is. But I'd like to share how we use 'javac' target in our production environment, hope it would be of help. Firstly, we defined a common target named 'common-compile' in a XML which can be imported by the 'real' build XML files, the scrip

Re: Newbie: task can't find my source files

2011-08-25 Thread Ego
SOLVED: Still I can't say why all / statements fail in my configuration, but at last I found a workaround. I'll post it in case someone had similar issues. build.properties src.dir=${basedir}/projects/modules/src # I overlooked subpackage sr2 previously, but that's not essential

Re: Newbie: task can't find my source files

2011-08-25 Thread Ego
Update: Finally I managed to compile and jar the content of the src dir. This is the updated build.properties file: src.dir=${basedir}/projects/modules/src build.dir=${basedir}/projects/WEB-INF/build dist.dir=${basedir}/projects/WEB-INF/dist project.name=gdv main-class=apps.gdv.GDVLauncher jar-cl