[
http://jira.codehaus.org/browse/MWEBSTART-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117190
]
Jerome Lacoste commented on MWEBSTART-54:
-----------------------------------------
Kevin,
I see the issue. The ArtifactScopeFilter isn't doing what I expected it to do.
If you can replace the lines
ScopeArtifactFilter compileFilter = new ScopeArtifactFilter(
Artifact.SCOPE_COMPILE );
ScopeArtifactFilter runtimeFilter = new ScopeArtifactFilter(
Artifact.SCOPE_RUNTIME );
OrArtifactFilter artifactFilter = new OrArtifactFilter();
artifactFilter.add( compileFilter );
artifactFilter.add( runtimeFilter );
with
ScopeArtifactFilter runtimeFilter = new ScopeArtifactFilter(
Artifact.SCOPE_RUNTIME );
OrArtifactFilter artifactFilter = new OrArtifactFilter();
artifactFilter.add( runtimeFilter );
and let me know how this goes. I will send a new snapshot later if you cant'
> JnlpDownloadServlet does not filter out system and test scope dependencies
> --------------------------------------------------------------------------
>
> Key: MWEBSTART-54
> URL: http://jira.codehaus.org/browse/MWEBSTART-54
> Project: Maven 2.x Webstart Plugin
> Issue Type: Bug
> Affects Versions: 1.0-alpha-2
> Reporter: Kevin Stembridge
> Assignee: Jerome Lacoste
> Fix For: 1.0-alpha-2
>
> Attachments: log.txt, MWEBSTART-54.diff, webstartDemo 1.1.zip
>
>
> As per the summary.
> I'll get started on a patch.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email