From: <rya...@jb...> - 2005-05-02 19:42:27
|
jbossbuild looks at the project name to determine if it should generate the toplevel targets such as "synchronize". If the project name of the current build file is "main.build", the toplevel targets will be generated. Also, Overriding previous definition of reference to jbossas-thirdparty This occurs when you have two ant references with the same name. In this case, I'm guessing that the first ant reference is the project itself, and the second is the build element. Both of these are named "jbossas-thirdparty". If you change the project name to "main.build" it will solve both of these problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876198#3876198 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876198 |