We are trying out using ant/"m2 tasks for ant" to assemble an legacy
application.
When using the "dependencies" task it will download the specified
snapshot dependencies but they are not included in fileset when
copying. It works nice if the snapshots were built on the same
machine. Is it broken? Or am I :-)
Is this the wrong forum?
/Konstantin
Here are some output when using snapshots built locally:
dist-deps-cp:
[dependencies] [INFO] snapshot
se.posten.pse.weblogic:authprovider:1.0-SNAPSHOT: checking for updates
from central
[copy] Copying 14 files to F:\build\config\copy-files\lib <-- 14 files
[echo] libbar: (cut this section not relevant)
se\posten\pse\weblogic\authprovider\1.0-SNAPSHOT\authprovider-1
.0-SNAPSHOT.jar;se\posten\ta\ta\1.0\ta-1.0.jar
and here when snapshot is not available on local machine but downloaded:
dist-deps-cp:
[dependencies] [INFO] snapshot
se.posten.pse.weblogic:authprovider:1.0-SNAPSHOT: checking for updates
from snapshots
[dependencies] [INFO] snapshot
se.posten.pse.weblogic:authprovider:1.0-SNAPSHOT: checking for updates
from central
[dependencies] Downloading:
se/posten/pse/weblogic/authprovider/1.0-SNAPSHOT/authprovider-1.0-20060126.163957-2.pom
[dependencies] Transferring 1K
[dependencies] Downloading:
se/posten/pse/weblogic/authprovider/1.0-SNAPSHOT/authprovider-1.0-20060126.163957-2.jar
[dependencies] Transferring 23K
[copy] Copying 13 files to F:\build\config\copy-files\lib <-- 13 files
[echo] libbar: (cut this section not relevant)
se\posten\ta\ta\1.0\ta-1.0.jar
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]