You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2011/01/28 21:06:43 UTC

[jira] Resolved: (BUILDR-562) WAR package isn't updated if files under src/main/webapp are updated

     [ https://issues.apache.org/jira/browse/BUILDR-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-562.
----------------------------------

    Resolution: Fixed
      Assignee: Alex Boisvert

Fixed.

boisvert@smudge:~/git/buildr$ git svn dcommit
Committing to https://svn.apache.org/repos/asf/buildr/trunk ...
	M	CHANGELOG
	M	lib/buildr/packaging/archive.rb
	M	lib/buildr/packaging/tar.rb
	M	spec/packaging/archive_spec.rb
Committed r1064850


> WAR package isn't updated if files under src/main/webapp are updated
> --------------------------------------------------------------------
>
>                 Key: BUILDR-562
>                 URL: https://issues.apache.org/jira/browse/BUILDR-562
>             Project: Buildr
>          Issue Type: Bug
>          Components: Packaging
>            Reporter: Alex Boisvert
>            Assignee: Alex Boisvert
>             Fix For: 1.4.5
>
>
> Reported by Ingo Schmidt in http://buildr.markmail.org/thread/lqdctt6gzwgegruk:
> consider this very simple project with just two files in it:
> /test/app-war/src/main/webapp/css/test.css
> /test/app-war/src/main/webapp/test.html
> Create a build file from directory structure for this and then execute 
> the following commands:
> buildr package
> echo "test" > /test/app-war/src/main/webapp/css/test.css
> buildr package
> The first command creates a WAR package with my files in it. So far, so 
> good.
> The second command updates the test.css file.
> The third command executes the package task again, but buildr did not 
> detect any changes! The WAR still contains the old file!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.