> On Oct. 1, 2012, 5:53 p.m., Alejandro Abdelnur wrote: > > branches/branch-3.3/src/main/assemblies/distro.xml, line 102 > > <https://reviews.apache.org/r/6847/diff/3/?file=159190#file159190line102> > > > > I'd suggest using <file> and renaming the WAR to 'workflowgenerator' on > > copy, then the URL will be 'oozie/workflowgenerator/' without the version.
thanks for comments. >using <file> and renaming the WAR to 'workflowgenerator' on copy <file> throw exception when war file is not created (when profile is not specified), and seem not support for conditional statement (i.e, if). that's why using fileset. >URL will be 'oozie/workflowgenerator/' without the version agree. will change it. - Ryota ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6847/#review12067 ----------------------------------------------------------- On Sept. 22, 2012, 1:02 a.m., Ryota Egashira wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6847/ > ----------------------------------------------------------- > > (Updated Sept. 22, 2012, 1:02 a.m.) > > > Review request for oozie. > > > Description > ------- > > https://issues.apache.org/jira/browse/OOZIE-976 > > > This addresses bug OOZIE-976. > https://issues.apache.org/jira/browse/OOZIE-976 > > > Diffs > ----- > > branches/branch-3.3/distro/pom.xml 1388635 > branches/branch-3.3/distro/src/main/bin/oozie-setup.sh 1388635 > branches/branch-3.3/pom.xml 1388635 > branches/branch-3.3/src/main/assemblies/distro.xml 1388635 > branches/branch-3.3/workflowgenerator/README.txt 1388635 > branches/branch-3.3/workflowgenerator/pom.xml 1388635 > > Diff: https://reviews.apache.org/r/6847/diff/ > > > Testing > ------- > > done locally > > > Thanks, > > Ryota Egashira > >
