Couldn't agree more.

All path construction should be done in PathUtil.cs and PathUtil.java which even should be exact copies. Also path construction is real code and should be structured in a clean way without any duplication.

Am 27.10.10 01:38, schrieb Brett Porter:
+           source = new File( System.getProperty( "user.home" ),".m2" + File.separator + 
"repository" + File.separator + getTokenizedPath(artifact.getGroupId() ) + File.separator + artifact.getArtifactId() + 
File.separator + artifact.getVersion() + File.separator + artifact.getArtifactId() + "-" + artifact.getVersion() 
+"." + ext );

Reply via email to