Hi.

Netbeans set in project.properties classpath for project:
 
javac.classpath=\
    ${file.reference.hsqldb.jar}:\
    ${file.reference.dom4j-1.6.1.jar}:\
    ${libs.layoutext.classpath}:\
    ...

 
 Exist any way to copy all this jar files to dist/lib folder?
 Netbeans use ':' as separating character and this can't be used in copy
 I need distribute my project with all relevant libs.


-- 
Tomas Prochazka


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to