[Bug 28] New: logback-0.5.tar.gz contains a copy of logback-0.5.zip

http://bugzilla.qos.ch/show_bug.cgi?id=28 Summary: logback-0.5.tar.gz contains a copy of logback-0.5.zip Product: logback-site Version: unspecified Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P1 Component: other AssignedTo: logback-dev@qos.ch ReportedBy: noreply.ceki@qos.ch Hello Sebastien, The distribution file logback-0.5.tar.gz contains a copy of logback-0.5.zip which makes the tar.gz unnecessarily large. -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=28 ------- Comment #1 from noreply.sebastien@qos.ch 2006-11-02 10:25 ------- Hello Ceki, I've seen that... When we run maven, the zip file is created first, then the tar file. We specify that the assemblies must be saved in target/site/dist, to that they are at their final place and when we run site:deploy, everything is sent to the website, including assemblies. By doing this, the zip file is already in the site files when the tar file is created, and thus also included in the tar file. We can easily remove this problem by specifying another destinations for assemblies. But then the deployment will take one more step, after deploying the site we will need to send the assemblies to the web server. Using <excludes> in the assembly configuration file (dist.xml in parent directory) hasn't worked for me this morning. I'm guessing that the deploy plugin of maven could help here, I'll check that out later today. -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=28 noreply.sebastien@qos.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #2 from noreply.sebastien@qos.ch 2006-11-02 11:04 ------- A new version of parent's pom.xml file should solve this bug. It will save assemblies in another directory and then use maven's deploy plugin to send the site and the assemblies to pixie. I'll verify the behaviour at the next release. Until then, we should leave this bug open... -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=28 noreply.sebastien@qos.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=28 noreply.sebastien@qos.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
bugzilla-daemon@pixie.qos.ch