Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 154694 Details for
Bug 239892
Review Request: eclipse-checkstyle - a checkstyle plugin for eclipse
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
specfile patch to use package build instead of canned ant file
eclipse-checkstyle-usepackagebuild.patch (text/plain), 3.52 KB, created by
Andrew Overholt
on 2007-05-14 22:34:09 UTC
(
hide
)
Description:
specfile patch to use package build instead of canned ant file
Filename:
MIME Type:
Creator:
Andrew Overholt
Created:
2007-05-14 22:34:09 UTC
Size:
3.52 KB
patch
obsolete
>--- eclipse-checkstyle.spec 2007-05-12 14:53:55.000000000 -0400 >+++ eclipse-checkstyle.spec 2007-05-14 18:03:37.000000000 -0400 >@@ -24,7 +24,7 @@ > > BuildRequires: jpackage-utils >= 0:1.5 > BuildRequires: ant >= 0:1.6 >-BuildRequires: eclipse-pde = 1:3.2.2-9.fc7 >+BuildRequires: eclipse-pde >= 1:3.2.2-9.fc7 > BuildRequires: checkstyle = 0:%{cs_ver} > BuildRequires: checkstyle-optional = 0:%{cs_ver} > %if %{gcj_support} >@@ -49,7 +49,15 @@ > # rewrite classpath > perl -p -i -e "s/checkstyle-all-%{cs_ver}.jar/[checkstyle-%{cs_ver}].jar,[checkstyle-optional-%{cs_ver}].jar,[commons-beanutils-core].jar,[commons-logging].jar,[antlr].jar/g" CheckstylePlugin/META-INF/MANIFEST.MF > >+/bin/sh -x %{eclipse_base}/buildscripts/copy-platform SDK %{eclipse_base} >+mkdir home >+ > %build >+SDK=$(cd SDK > /dev/null && pwd) >+ >+# Eclipse may try to write to the home directory. >+homedir=$(cd home > /dev/null && pwd) >+ > # make target directory for build.plugin.docs > mkdir -p target/docs > >@@ -58,40 +66,18 @@ > find . -type f -name '*.jar' -print | xargs -t rm -f > find . -type f -name '*.zip' -print | xargs -t rm -f > >-export CLASSPATH=$(build-classpath checkstyle-%{cs_ver} checkstyle-optional-%{cs_ver}) >- >-for jar in \ >-%{_libdir}/eclipse/plugins/org.eclipse.swt.gtk.linux.*_3.2.2.v3236.jar \ >-%{eclipse_base}/plugins/org.eclipse.core.commands_3.2.0.I20060605-1400.jar \ >-%{eclipse_base}/plugins/org.eclipse.core.filebuffers_3.2.1.r321_v20060721.jar \ >-%{eclipse_base}/plugins/org.eclipse.core.resources_3.2.2.R32x_v20061218.jar \ >-%{eclipse_base}/plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar \ >-%{eclipse_base}/plugins/org.eclipse.jdt.core_3.2.3.v_686_R32x.jar \ >-%{eclipse_base}/plugins/org.eclipse.jdt.ui_3.2.2.r322_v20070124.jar \ >-%{eclipse_base}/plugins/org.eclipse.jface_3.2.2.M20061214-1200.jar \ >-%{eclipse_base}/plugins/org.eclipse.jface.text_3.2.2.r322_v20070104.jar \ >-%{eclipse_base}/plugins/org.eclipse.osgi_3.2.2.R32x_v20070118.jar \ >-%{eclipse_base}/plugins/org.eclipse.swt_3.2.2.v3236b.jar \ >-%{eclipse_base}/plugins/org.eclipse.team.core_3.2.2.M20061114.jar \ >-%{eclipse_base}/plugins/org.eclipse.team.cvs.core_3.2.2.M20061205.jar \ >-%{eclipse_base}/plugins/org.eclipse.text_3.2.0.v20060605-1400.jar \ >-%{eclipse_base}/plugins/org.eclipse.ui_3.2.1.M20061108.jar \ >-%{eclipse_base}/plugins/org.eclipse.ui.editors_3.2.1.r321_v20060721.jar \ >-%{eclipse_base}/plugins/org.eclipse.ui.ide_3.2.1.M20060915-1030.jar \ >-%{eclipse_base}/plugins/org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar \ >-%{eclipse_base}/plugins/org.eclipse.ui.workbench.texteditor_3.2.0.v20060605-1400.jar \ >-%{eclipse_base}/plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar \ >-%{eclipse_base}/plugins/org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar \ >-%{eclipse_base}/plugins/org.eclipse.core.jobs_3.2.0.v20060603.jar >- >-do >- CLASSPATH=$CLASSPATH:${jar} >-done >- >-pushd build >-ant -Dbuild.sysclasspath=only build.bindist >-popd >-popd >+# build the eclipse-cs feature >+eclipse \ >+ -nosplash \ >+ -application org.eclipse.ant.core.antRunner \ >+ -Dtype=feature \ >+ -Did=com.atlassw.tools.eclipse.checkstyle \ >+ -DbaseLocation=$SDK \ >+ -DsourceDirectory=$(pwd) \ >+ -DbuildDirectory=$(pwd)/build \ >+ -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ >+ -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml \ >+ -vmargs -Duser.home=$homedir > > %install > rm -rf %{buildroot}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239892
: 154694